Skip to main content

All Questions

0votes
1answer
85views

How to run a command that requires input/output location on all folders in a directory, while correspondingly naming the new output folders?

For context, I have some experience with Unix and basic commands, but I'm seriously struggling to conceptualize more complex manipulations of files. Essentially, I have this command I want to run from ...
avery's user avatar
0votes
2answers
207views

move recently created files matching a pattern from one folder to a different one

I am looking for a bash script example which does the following: I have files being written under /tmp folder I do at the xterm prompt, ls -ltr which gives me a list of recent files such as: ...
Eric's user avatar

close